projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d1841a
)
(main): Declare `fromunix' as size_t.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Sep 1996 15:20:19 +0000
(15:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Sep 1996 15:20:19 +0000
(15:20 +0000)
lib-src/emacsserver.c
patch
|
blob
|
history
diff --git
a/lib-src/emacsserver.c
b/lib-src/emacsserver.c
index 2cd617c5c9bed6145dc0007bb788819e88528aa2..d82fef55766e23cb1287462330e9d67123787aa7 100644
(file)
--- a/
lib-src/emacsserver.c
+++ b/
lib-src/emacsserver.c
@@
-206,7
+206,8
@@
main (argc, argv)
{
char system_name[32];
int s, infd, fromlen;
- struct sockaddr_un server, fromunix;
+ struct sockaddr_un server;
+ size_t fromunix;
char *homedir;
char *str, string[BUFSIZ], code[BUFSIZ];
FILE *infile;